<p>
    Once you complete the steps above and click on the Filter button, click on the button below to launch the update process. You will have the opportunity to review all of the data and confirm your selection.
</p>

<!-- Set registration template guid -->
{% assign RegistrationTemplateId = 'Global' | PageParameter:'RegistrationTemplateId' %}
{% registrationtemplate id:'{{ RegistrationTemplateId }}' limit:'1' securityenabled:'false' %}
    {% assign RegistrationTemplateGuid = registrationtemplate.Guid %}
{% endregistrationtemplate %}

<!-- Set registration instance guid -->
{% assign RegistrationInstanceId = 'Global' | PageParameter:'RegistrationInstanceId' %}
{% registrationinstance id:'{{ RegistrationInstanceId }}' limit:'1' securityenabled:'false' %}
    {% assign RegistrationInstanceGuid = registrationinstance.Guid %}
{% endregistrationinstance %}

<!-- Set registration registrant guid -->
{% assign RegistrationRegistrantId = 'Global' | PageParameter:'RegistrationRegistrantId' %}
{% registrationregistrant id:'{{ RegistrationRegistrantId }}' limit:'1' securityenabled:'false' %}
    {% assign RegistrationRegistrantGuid = registrationregistrant.Guid %}
{% endregistrationregistrant %}

<!-- Set registration template fee guid -->
{% assign RegistrationTemplateFeeId = 'Global' | PageParameter:'RegistrationTemplateFeeId' %}
{% registrationtemplatefee id:'{{ RegistrationTemplateFeeId }}' limit:'1' securityenabled:'false' %}
    {% assign RegistrationTemplateFeeGuid = registrationtemplatefee.Guid %}
{% endregistrationtemplatefee %}

<!-- Set registration template fee item guid -->
{% assign RegistrationTemplateFeeItemId = 'Global' | PageParameter:'RegistrationTemplateFeeItemId' %}
{% registrationtemplatefeeitem id:'{{ RegistrationTemplateFeeItemId }}' limit:'1' securityenabled:'false' %}
    {% assign RegistrationTemplateFeeItemGuid = registrationtemplatefeeitem.Guid %}
{% endregistrationtemplatefeeitem %}

<a class="btn btn-primary btn-med" href="https://rock.liquid.church/WorkflowEntry/639?RegistrationTemplate={{ RegistrationTemplateGuid }}&RegistrationInstance={{ RegistrationInstanceGuid }}&RegistrationRegistrant={{ RegistrationRegistrantGuid }}&RegistrationTemplateFee={{ RegistrationTemplateFeeGuid }}&RegistrationTemplateFeeItem={{ RegistrationTemplateFeeItemGuid }}">Launch Update Process</a>
